/* header_video.css */

.home-header {
	background-image: url(../images/video-bg.png) !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
header nav .container {
	transition: all 0.3s linear;
}
header nav:not(.navbar-alt) .container {
    width: 100%;
    max-width: 100%;
}
.navbar:not(.navbar-alt) > .container .navbar-brand,
.navbar:not(.navbar-alt) > .container-fluid .navbar-brand {
    padding: 20px;
}

.navbar-alt.navbar-default:not(.navbar-alt) {
    background: transparent;
    border-color: #e8e9ed;
}
.logo-back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	overflow: hidden;
}
.logo-back .shape-01 {
	background-color: #fff;box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.16);
    display: block;
    width: 100%;
    height: 185px;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left bottom;
    transform: rotate(-90deg);
	transition: all 0.3s linear;
	z-index: 3;
}
.navbar.navbar-alt .logo-back .shape-01 {
	transform: rotate(0deg);
	width: 100%;
	height: 75px;
}

.navbar-inverse:not(.navbar-alt) {
    background-color: transparent; 
}
.navbar-inverse:not(.navbar-alt) .navbar-nav > li > a {
    color: #222;
}


nav:before {
    content: '';
    width: 621px;
    height: 100px;
    display: block;
    /*background-image: url(../images/fingent-logo-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: -2px;
    transition: all 0.3s linear;
    opacity: 0;
    transform: translateY(-50px);
}
nav.navbar:not(.navbar-alt):before {
    opacity: 1;
    transform: translateY(0px);
}
nav:not(.navbar-alt) .navbar-brand .inverse-logo {
    /*width: 225px;*/
}
nav:not(.navbar-alt) .navbar-nav > li {
    padding: 0 20px;
}
nav.navbar-default .navbar-nav > li > a {
    transition: all 0.3s linear;color: #000;
}
nav.navbar-default:not(.navbar-alt) .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
nav.navbar-default .navbar-nav > li > a:hover {
    color: #222;
    transition: all 0.1s linear;
}
nav.navbar-default:not(.navbar-alt) .navbar-nav > li > a:hover {
    color: #6eac50;
}

.home-header.dark {
    /*position: absolute;*/
    width: 100%;
    height: 100vh;
    padding-top: 0;
    overflow: hidden;
    background-image: none;
    background-color: #fff;
}
.home-header.dark .container .bgimgloader {
	background-image: url(../images/video-bg.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s linear;
}
.home-header.dark .container .bgimgloader.inactive {
	opacity: 0;
	pointer-events: none;
}
.content_container {
	position: relative;
    /*top: 100vh;*/
    width: 100%;
    left: 0;
}
.client-feedback {
	margin-top: 0px;
}
.vm-overlay {
	display: none;
}

.home-header.dark .row.banner-txt {
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
    margin: 0;background: #161616;padding: 20px 0;
}
.home-header .banner-txt h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none;display: inline-block;
}
.home-header .hm-btn-blk a {
    border: 1px solid #363434;
    background: #363434;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-right: 15px;
}
.home-header .hm-btn-blk a:hover {
    color: #fff;
    background-color: #444;border-color: #444;
}
.home-header .hm-btn-blk a:first-child {
    border-color: #e81e1e;
    background: #e81e1e;
}

#home #lhc_status_container {
    background-color: transparent !important;
    background-image: url(../images/fingent-chat-bg.png);
    box-shadow: none;
    bottom: 107px;
    right: 20px;
    width: 268px;
    height: 75px;
}
#home #lhc_status_container #offline-icon {
	margin: 4px 0 0 10px;
}
#home #lhc_status_container .status-icon {
    margin: 4px 0 0 10px;
}


.navbar-alt.navbar-default {
    background: transparent;
}
.navbar-alt .sm-logo{display: none !important;}
.colntactlogo.inverse-logo{display: none !important;}
.cont-nav .navbar-brand .inverse-logo{display: none !important;}
.cont-nav .navbar-brand .colntactlogo.inverse-logo{display: block !important;}

@media (max-width: 991px) {
    .blog .post .post-heading .post-image {
        max-height: 300px;
        height: auto;
    }
    nav:not(.navbar-alt) .navbar-nav > li {
        padding:0 10px;
    }
    .home-header.dark .row.banner-txt {
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .home-header .banner-txt h1 {
        text-align: center;
    }
    .home-header .banner-txt .hm-btn-blk {
        text-align: center;
    }
    .home-header .hm-btn-blk a {
        margin: 0 8px;
    }
}
@media (max-width:1023px){
    nav.navbar-default:not(.navbar-alt) .navbar-nav > li > a {
        color: #000;
    }
}
@media (max-width:1024px){
   /* nav.navbar-default:not(.navbar-alt) .navbar-nav > li > a {
        color: #000;
    }*/
    .navbar-alt.navbar-default {
        background: #fff;box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.16);
    }
	.logo-back {
		display: none;
	}
	nav.navbar:not(.navbar-alt):before {
		display: none;
	}
    .home-header.dark .container .bgimgloader {
        display: none;
    }
    .home-header {
        background-position: center -100px;
        background-size: auto calc(100% + 100px);
    }
    .home-header .hm-btn-blk a {
        padding: 5px 20px;
        margin-bottom: 10px;
    }
    .home-header .banner-txt h1 {
        font-size: 20px;
    }
    .navbar-inverse:not(.navbar-alt) {
        background-color: #fff;box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.16);
    }
    nav:not(.navbar-alt) .navbar-nav > li {
        padding:0 14px;
    }
    .navbar-inverse:not(.navbar-alt) .navbar-nav > li > a {
        color: #000;
    }
    .navbar:not(.navbar-alt) > .container .navbar-brand, .navbar:not(.navbar-alt) > .container-fluid .navbar-brand {
        padding: 16.5px 0;
    }
    nav .navbar-nav{margin-top: 7px;}
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left: 0}
    nav.navbar-default:not(.navbar-alt) .navbar-nav > li:last-child > a{border-color: #fff}
    nav.navbar-default:not(.navbar-alt) .navbar-nav > li:last-child:hover > a{background: #fff;color: #E81E1E}
}


.home-header .discussbtn{display: inline-block;color: #FFFCFC;font-size: 23px;font-weight: 400;border: 3px solid #EC1E22;height: 60px;padding: 0 25px;border-radius: 10px;line-height: 53px;margin-left: 40px}
.home-header .discussbtn:hover{background:#EC1E22 }
#home #lhc_status_container{background: #E81E1E !important;width: 70px; height: 70px; border-radius: 50% !important;padding: 0 !important}
#home #lhc_status_container #offline-icon{position: relative;background: none;content: '';margin: 0}
#home #lhc_status_container #offline-icon:before{content: '';left: 9px;top: 17px;width:30px;height: 30px;background: url(../images/chat-icon.png) ;background-size: 100%;position: absolute;z-index: 10000}
#home #lhc_status_container .status-icon{margin: 0;padding: 0;height: 70px;width: 70px;font-size: 0;background-position: center center !important;background-image: url("../images/telemarketer.png") !important;background-repeat: no-repeat !important}
nav.navbar-default:not(.navbar-alt) .navbar-nav > li:last-child > a{border: 2px solid #6eac50;    padding: 6px 15px;    margin-top: 12px;    border-radius: 10px;}
.navbar-nav.with-border > li:last-child  > a:hover:before{display: none;opacity: 0}
nav.navbar-default:not(.navbar-alt) .navbar-nav > li:last-child > a:hover{background: #6eac50;color: #fff;}

#home #lhc_status_container #offline-icon:before{background:none !important;}

@media (max-width:1600px){
    .home-header .banner-txt h1{font-size: 23px;}
    .home-header .discussbtn{margin-left: 25px}
    }
@media (max-width:1200px){
    .home-header .banner-txt h1{font-size: 22px;display: block;margin-bottom: 20px;}
    .home-header .discussbtn{margin-left: 0;}
    #home #lhc_status_container{bottom: 157px;}
}
@media (max-width:768px){
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left: auto;margin-right: auto;}
    }
@media (max-width:767px){
    .home-header .banner-txt h1{font-size: 21px;}
    .home-header .discussbtn{font-size: 17px;height: 50px;line-height: 43px;}
    
}
@media (max-width:480px){
    
    
}
/*20-4-17*/

